home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-11-11 | 2.4 KB | 78 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = ToyViewer
-
- PROJECTVERSION = 1.1
- JAPANESE = YES
-
- LANGUAGE = Japanese
-
- APPICON = ToyViewer.tiff
- DOCICONS = imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
- imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
- imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
- imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff\
- imageIcon.tiff imageIcon.tiff imageIcon.tiff imageIcon.tiff
-
- LOCAL_RESOURCES = AutoDisplay.nib HelpPanel.nib Preference.nib\
- TiffAccessory.nib ToyViewer.nib ToyWin.nib\
- Copyright.rtf HelpDoc.rtf HelpInfo.rtf\
- Localizable.strings
-
- GLOBAL_RESOURCES = cross.tiff fit1.tiff fit2.tiff miniwin.tiff\
- pause.tiff pauseH.tiff play.tiff playH.tiff\
- stop.tiff stopH.tiff ToyViewer.tiff djpeg filters
-
- CLASSES = ADController.m ADSlave.m Background.m DirList.m Exttab.m\
- HelpPanelControl.m PrefControl.m TiffSavePanel.m ToyView.m\
- ToyViewEvent.m ToyWin.m ToyWinBMP.m ToyWinDraw.m ToyWinEPS.m\
- ToyWinGIF.m ToyWinPCD.m ToyWinPPM.m ToyWinSave.m\
- TVController.m TVrotate.m TVwinMgr.m
-
- HFILES = ADController.h ADSlave.h Background.h bmp.h common.h\
- DirList.h Exttab.h gif.h HelpPanelControl.h ppm.h\
- PrefControl.h PSsplat.h save.h strfunc.h TiffSavePanel.h\
- ToyView.h ToyWin.h ToyWinBMP.h ToyWinEPS.h ToyWinGIF.h\
- ToyWinPCD.h ToyWinPPM.h TVController.h
-
- MFILES = ToyViewer_main.m errmessage.m
-
- CFILES = bmpheader.c bmpimage.c iofunc.c giflzw.c gifheader.c\
- gifbmap.c bmpsave.c getmap.c getpixel.c gifsave.c imfunc.c\
- ppmread.c ppmwrite.c strfunc.c
-
- PSWFILES = PSsplat.psw
-
- TOOLS = pcx2pxo.tproj mag2pxo.tproj hpcdtoppm.tproj
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app ToyViewer.tiff \
- -sectcreate __ICON imageIcon imageIcon.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-